:root{
	--theme-color:#054781;
}
* {
	margin: 0;
	padding: 0;
}
body * {
  box-sizing: border-box;
  flex-shrink: 0;
}
body {
    font-family: "PingFang SC","微软雅黑","Microsoft YaHei",Helvetica,"Helvetica Neue",Tahoma,Arial,sans-serif;
	font-size: 16px;
	/*color: #6B717C;*/
	color: #242B3A;
	background-color: #F7F8F9;
	
	overflow-x: hidden;
}



ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #4f5563;
}
input,textarea {
  background-color: transparent;
  border: 0;
  outline: none;
}

em{
  font-style: normal;
}

header,
section,
footer,
aside,
nav,
article,
figure {
	display: block;
}

img{
    border:none;
}

button {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
  background-color: transparent;
}

button:active {
  opacity: 0.6;
}

.f-14{
    font-size:14px;
}

.f-16{
    font-size:16px;
}

.text-line-1 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.text-line-2 {
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;/*超出2行就显示省略号，可以填3或者其它正整数*/
}

.text-line-3 {
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;/*超出2行就显示省略号，可以填3或者其它正整数*/
}

.max-box {
	width: 100%;
	max-width: 1920px;
	min-width: 1200px;
	margin: 0 auto;
	
}

.min-box {
	width: 1200px;
	margin: 0 auto;
	border-radius: 4px;
}

.margin-auto {
    margin: 0 auto !important;
}

.mt-30{
	margin-top: 30px;
}



.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-wrap{
	display: flex;
	flex-wrap: wrap;
}

.justify-start {
  display: flex;
  justify-content: flex-start;
}
.justify-center {
  display: flex;
  justify-content: center;
}

.justify-end {
  display: flex;
  justify-content: flex-end;
}
.justify-evenly {
  display: flex;
  justify-content: space-evenly;
}
.justify-around {
  display: flex;
  justify-content: space-around;
}
.justify-between {
  display: flex;
  justify-content: space-between;
}
.align-start {
  display: flex;
  align-items: flex-start;
}
.align-center {
  display: flex;
  align-items: center;
}
.align-end {
  display: flex;
  align-items: flex-end;
}

.icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}

/**************header********************/
.header-top{
	height: 46px;
	background: #F7F8F9;
	color: #6B717C;
	font-size: 14px;
}
.header-top li{
	margin-left: 28px;

	position: relative;
}
.header-top li:not(:last-child)::after{
	content: '';
	position: absolute;
	right: -15px;
	top: 2px;
	width: 1px;
	height: 16px;
	background-color: #6B717C;
}

.header-top a{
	color: #6B717C;
}
.header-top a:hover{
    color: var(--theme-color);
    text-decoration: underline;
}
.header-top a .icon{
	width: 15px;
	height: 15px;
}

.header-center{
	background-color: #FFF;
}
.header-center .logo-box{
	/* margin-right: 105px; */
}


.header-center .city-box {
	width: 200px;
	height: 40px;
	position: relative;
	cursor: pointer;
	text-align: center;
}
.header-center .city-box .city{
	margin: 0 5px;
}

.header-center .city-box .icon{
	color: #6B717C;
}
.header-center .city-box:hover .city-list-box{
	display: block;
}

.header-center .city-box .city-list-box{
	display: block;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 9999999;
	background-color: #FFF;
	padding: 15px;
	border-radius: 2px;
	width: 463px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	display: none;
}

.header-center .city-box .city-list-box .tab-box{
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 15px;
	padding-top: 10px;
}
.header-center .city-box .city-list-box .tab-box li{
	margin-right: 18px;
}
	
.header-center .city-box .city-list-box .tab-box li a{
	display: block;
	padding: 2px 3px;
	font-size: 14px;
}
.header-center .city-box .city-list-box .tab-box li a:hover,
.header-center .city-box .city-list-box .tab-box li a.active
{
	color: var(--theme-color);
	
}

.header-center .city-list-box .city-list{
	margin-top: 15px;
}
.header-center .city-box .city-list-box .city-list .item-list ul{
	width: 370px;
}
.header-center .city-box .city-list-box .city-list .item-list:not(:first-child){
	display: none;
}
.header-center .city-box .city-list-box .city-list .item-list>li{
	margin: 10px 0;
}
.header-center .city-box .city-list-box .city-list .item-list span{
	font-weight: bold;
	width: 30px;
	margin-right: 30px;
}

.header-center .city-box .city-list-box .city-list .item-list a{
	display: block;
	margin:0 10px 10px 0;
}
.header-center .city-box .city-list-box .city-list .item-list a:hover{
	color: var(--theme-color);
}











.header-center .search-box{
	width: 570px;
	
}
.header-center .search-form{
	width: 570px;
	height: 36px;
	background: #FFFFFF;
	border: 1px solid #054781;
}
.header-center .search-form .icon{
	margin:0 13px;
}
.header-center .search-form .search-input{
	flex: 1;
}
#search-course,#search-school{
	width: 66px;
	height: 36px;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 36px;
	cursor: pointer;
}
#search-course{
	background: #2692FF;
}
#search-school{
background: #054781;
}

.position .kw,.position .total{
    color: #FD9101;
}
.position .total{
    margin: 0 3px;
}
.position a:hover{
    color: var(--theme-color);
    text-decoration: underline;
}


.header-center .tel-box{
	flex: 1;
	margin-left: 42px;
}
.header-center .tel-box .tel{
	color: #2692FF;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}
.header-center .tel-box .icon{
	width: 26px;
	height: 26px;
	color: #2692FF;
	margin-right: 5px;
}

.header-nav{
	padding-top: 40px;
	background-color: #FFF;
}



.header-nav .category-wrap{
    display: none;
}
.header-nav .category-wrap:hover{
    display: block;
}
.header-nav .category-wrap .cate-box{
    position: absolute;
	left: 238px;
	top: 50px;
	height: 412px;
	width: 962px;
	z-index: 99999;
	background-color: #FFF;
	box-shadow: 0px 6px 22px 8px rgba(0,0,0,0.05); 
	display: none;
	overflow-y: scroll;
	overflow-x: hidden;
}
.header-nav .category-wrap .cate-box:hover{
    display: block;
}
.header-nav .category-wrap .cate-box .cate-item-box{
    display: none;
}




.header-nav .category-box{
	width: 238px;
	height: 50px;
	background: #054781;
	padding: 16px 0 16px 22px;
	color: #FFF;
	position: relative;
}
.header-nav  .category-list{
	position: absolute;
	left: 0;
	top: 50px;
	height: 412px;
	width: 238px;
	z-index: 9999;
	background-color: #FFF;
	 box-shadow: 0px 6px 22px 8px rgba(0,0,0,0.05); 
	overflow-y: scroll;
	overflow-x: visible;
	scrollbar-width: thin; /* 设置滚动条宽度为细 */
}


.header-nav  .category-list::-webkit-scrollbar {
  width: 3px; /* 设置滚动条宽度 */
  background-color: #F5F5F5; /* 设置滚动条背景颜色 */
}
.header-nav  .category-list::-webkit-scrollbar-thumb {
  background-color: #888; /* 设置滑块颜色 */
  border-radius: 3px; /* 设置滑块圆角 */
}


.header-nav  .category-list:hover{
	display: block;
}
.header-nav .category-box .category-title{
	position: absolute;
	top: 0;
	left: 0;
	width: 238px;
	
	height: 50px;
	padding-left: 22px;
}
.header-nav .category-box .category-title .icon{
	width: 20px;
	height: 18px;
	margin-right: 14px;
}
.header-nav  .category-list>li{
	height: 56px;
	padding: 8px 20px 7px 20px;
	/*position: relative;*/
	transition: left 0.3s;
}

.header-nav  .category-list .f-name{
	height: 22px;
	font-size: 16px;
	font-weight: 600;
	color: #242B3A;
	line-height: 22px;
}

.header-nav   .sub-category li{
	position: relative;
	margin-right: 20px;
	
}

.header-nav   .sub-category li:not(:last-child):after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -10px;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background-color: #90959D;
}

.header-nav   .sub-category a{
	height: 17px;
	font-size: 12px;
	font-weight: 400;
	color: #90959D;
	line-height: 17px;
}
.header-nav  .category-list .f-name:hover,.header-nav   .sub-category a:hover{
	color: #054781;
}
.header-nav  .category-list>li:hover{
	background-color: #F7F8F9; 
	padding-left: 23px;
}
.header-nav  .category-list>li:hover::before{
	/*content: '';
	width: 3px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: var(--theme-color);*/
	
}
.header-nav  .category-list>li:hover{
	border-left: 2px solid var(--theme-color);
}

.header-nav   .sub-category-box{
	/*position: absolute;*/
	/*left: 238px;*/
	/*top: 0px;*/
	/*z-index: 99999999999999999;*/
	width: 962px;
	height: 412px;
	background: #FFFFFF;
	box-shadow: 0px 6px 22px 0px rgba(0,0,0,0.05);
	display: flex;
}

.header-nav   .sub-category-box .category-list-box{
	padding: 30px 20px;
	flex: 1;
	height: 100%;
	overflow-y: scroll;
	scrollbar-width: thin; /* 设置滚动条宽度为细 */
}

.header-nav   .sub-category-box .category-list-box::-webkit-scrollbar {
  width: 3px; /* 设置滚动条宽度 */
  background-color: #F5F5F5; /* 设置滚动条背景颜色 */
}
.header-nav   .sub-category-box .category-list-box::-webkit-scrollbar-thumb {
  background-color: #888; /* 设置滑块颜色 */
  border-radius: 3px; /* 设置滑块圆角 */
}

.header-nav   .sub-category-box .category-list-box .second-category-name{
	height: 20px;
	font-size: 14px;
	font-weight: 600;
	color: #242B3A;
	line-height: 20px;
	margin-top: 12px;
}
.header-nav   .sub-category-box .category-list-box .third-category-box{
	width: 495px;
	border-bottom: 1px dashed #E5E5E5;
	position: relative;
}

.header-nav   .sub-category-box .category-list-box .third-category-box li{
	position: relative;
	margin: 12px 0;
}
.header-nav  .sub-category-box .category-list-box .third-category-name{
	height: 20px;
	font-size: 14px;
	color: #6B717C;
	line-height: 20px;
	margin-right: 20px;
}
.header-nav  .sub-category-box .category-list-box .third-category-box li::after{
	content: '';
	position: absolute;
	top: 2px;
	right: 10px;
	width: 1px;
	height: 16px;
	background-color:#E5E5E5;
}
.header-nav   .sub-category-box .category-list-box .third-category-name:hover{
	color: #054781;
}
.header-nav  .sub-category-box .recommend-school{
	width: 310px;
	height: 412px;
	background: #FFFFFF;
	padding: 20px;
	border-left: 1px solid #E5E5E5;
}

.header-nav  .sub-category-box .recommend-school .title{
	width: 80px;
	height: 28px;
	font-size: 20px;
	font-weight: 600;
	color: #242B3A;
	line-height: 28px;
}
.header-nav  .sub-category-box .recommend-school ul>li{
    width: 130px;
    height: 56px;
    background: #FFF;
    margin-top: 10px;
    overflow: hidden;
    border: 1px solid #E5E5E5;
}
.header-nav  .sub-category-box .recommend-school ul>li:hover{
    border-color: var(--theme-color);
}
.header-nav  .sub-category-box .recommend-school ul>li:nth-child(2n+1){
    /*margin-right: 10px;*/
}

.header-nav  .sub-category-box .recommend-school ul>li>a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    
}
.header-nav  .sub-category-box .recommend-school ul>li .school-name{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 10px;
    transform: translate3d(-50%,-50%,0);
    background-color: #FFF;
    display: none;
}
.header-nav  .sub-category-box .recommend-school ul>li>a:hover  .school-name{
    display: block;
    color: var(--theme-color);
}

.header-nav .nav-box{
	margin-left: 30px;
}
.header-nav .nav-box a{
	display: block;
	font-size: 18px;
	color: #242B3A;
	padding: 13px 20px;
	position: relative;
	font-weight: 600;
}

.header-nav .nav-box a:after{
    content: "";
	position: absolute;
	left: 35%;
	bottom: 10px;
	width: 30%;
	height: 2px;
	background-color: #054781;
	visibility: hidden;
	transform: scaleX(0);
	transition: all 0.2s ease-in-out;
}


.header-nav .nav-box a:hover:after,
.header-nav .nav-box a.active:after {
	visibility: visible;
	transform: scaleX(1);
}
.header-nav .nav-box a:hover,.header-nav .nav-box a.active{
	color: var(--theme-color);
}

/* banner */
.banner-box{
	padding-left: 238px;

}
.banner-box .left{
	padding: 20px;
	width: 670px;
	background-color: #FFF;
	box-shadow: 0px 6px 22px 0px rgba(0,0,0,0.05);
}
.banner-box .swiper {
    width: 640px;
    height: 256px;
	border-radius: 8px;
	overflow: hidden;
}  
.my-bullet{
    display: inline-block;
    height: 8px;
    width: 8px;
    margin-right: 5px;
	background-color: rgba(0,0,0,0.3);
	border-radius: 50%;
}
.my-bullet-active{
	width: 20px;
	border-radius: 10px;
	background-color: #0095D6;
	opacity: 1;
	transition: width 0.3s;
}

.swiper-pagination {
    text-align: right;
    transition: .3s opacity;
}

.banner-box .swiper img{
	border-radius: 8px;
	width: 100%;
}

.banner-box .left .info{
	margin-top: 50px;
}

.banner-box .left .info .num-text{
	height: 28px;
	font-size: 20px;
	font-weight: 500;
	color: #054781;
	line-height: 28px;
	margin-bottom: 4px;
}
.banner-box .left .info span{
	font-size: 14px;
}

.banner-box .left .info .text{
	height: 17px;
	font-size: 12px;
	color: #90959D;
	line-height: 17px;
}

.banner-box .left .info img{
	margin-right: 5px;
}



.banner-box .right{
	width: 274px;
	height: 412px;
	background: #FFFFFF;
	box-shadow: 0px 6px 22px 8px rgba(0,0,0,0.05);
	padding: 20px;
}
.banner-box .right .title{
	width: 80px;
	font-size: 20px;
	font-weight: bold;
	color: #242B3A;
	margin-bottom: 20px;
}
.banner-box .right .more{
	height: 20px;
	font-size: 14px;
	
	color: #054781;
	line-height: 20px;
}
.banner-box .right .news-box{
	
}
.banner-box .right .news-box li{
	position: relative;
	padding-bottom: 26px;
}
.banner-box .right .news-box li::before{
	content: '';
	width: 2px;
	height:100%;
	position: absolute;
	top: 0;
	left: 9px;
	background: #054781;
	
}
.banner-box .right .news-box li img{
	width: 18px;
	height: 18px;
	z-index:3 ;
}

.banner-box .right .news-box .time-box{
	width: 46px;
	height: 61px;
	background: linear-gradient(180deg, #0095D6 0%, #054781 100%);
	border-radius: 8px;
	margin: 0 8px 0 4px;
}
.banner-box .right .news-box .time-box .date{
	height: 28px;
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 28px;
	margin-top: 8px;
}
.banner-box .right .news-box .time-box .year-month{
	height: 17px;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 17px;
}
.banner-box .right .news-box .info-box .title{
	width: 158px;
	font-size: 14px;
	color: #242B3A;
}
.banner-box .right .news-box .info-box .school{
	height: 17px;
	font-size: 12px;
	color: #90959D;
	line-height: 17px;
}
.banner-box .right .news-box .info-box .school .icon{
	margin-right: 5px;
}

/*友情链接*/
.link-box{
    margin: 20px auto;
    background: #FFF;
    padding: 30px;
    border-radius: 2px;
}
.link-box h3{
    font-size: 18px;
    font-weight: 600;
    color: #242B3A;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 7px;
    padding-top: 7px;
    position: relative;
    padding-left: 14px;
}
.link-box h3::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 5px;
    height: 22px;
    border-radius: 2px;
    background-color: var(--theme-color);
}
.link-box ul{
    margin-top: 10px;
}
.link-box li{
    margin-bottom: 10px;
    margin-right: 15px;
}
.link-box li a{
    font-size: 16px;
}
.link-box li a:hover{
    color: var(--theme-color);
    text-decoration: underline;
}

/* footer */
#footer{
	/*background: #054781;*/
	/*color: #FFF;*/
	padding: 47px 0 36px;
	position: relative;
}
#footer .line-item:not(last-child){
    margin-bottom: 20px;
}
#footer .line-item a:hover{
    text-decoration: underline;
}
#footer .line-item a:not(last-child){
    margin-right: 20px;
}
#footer .contact-box li:first-child,
#footer .site-service-box li:first-child,
#footer .entry-box li:first-child,
#footer .tel-box li:first-child,
#footer .credential-box .title{
	font-size: 16px;
	margin-bottom: 16px;
	font-weight: bold;
}

#footer .contact-box li a,
#footer .site-service-box li a,
#footer .entry-box li a,
#footer .tel-box li a{
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	color: #cdcdcd;
}
#footer .contact-box li a:hover,
#footer .site-service-box li a:hover,
#footer .entry-box li a:hover,
#footer .tel-box li a:hover{
	color: #fff;
	font-weight: bold;
}

#footer .img-box{
	width: 262px;
	flex-wrap: wrap;
}
#footer .img-box a{
	display: block;
	margin-left:16px;
}

#footer .tel-number{
	height: 42px;
	font-size: 30px;
	font-weight: 600;
	color: #FDD101;
	line-height: 42px;
}
#footer .tel-box .service-btn a{
	display: block;
	width: 130px;
	height: 36px;
	border-radius: 8px;
	border: 1px solid #FFFFFF;
	color: #FFF;
	margin-top: 24px;
	text-align: center;
	line-height: 36px;
}
#footer .line{
	height: 1px;
	border-top: 2px dashed #FFF;
	margin: 40px 0 20px;
	opacity: 0.3;
}
#footer .link-box .tab-box span{
	height: 22px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 22px;
	margin-right: 30px;
	cursor: pointer;
	margin-bottom: 15px;
}
#footer .link-box .tab-box span:hover,
#footer .link-box .tab-box span.active{
	font-weight: bold;
}
#footer .link-box .content-box ul:not(:first-child){
	display: none;
}
#footer .link-box .content-box ul li{
	width: 180px;
}
#footer .link-box .content-box ul li a{
	height: 20px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
	opacity: 0.7;
	
}
#footer .link-box .content-box ul li a:hover{
	opacity: 1;
	text-decoration: underline;
}

#footer .beian{
	margin-top: 46px;
}
#footer .beian .item{
	margin-right: 10px;
	color: #FFF;
}
#footer .beian a,#footer .beian span{
	opacity: 0.7;
}
#footer .beian a:hover{
	opacity: 1;
}

/* 右侧咨询 */
.right-contact {
	position: fixed;
	right: 220px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999999;
	border-radius: 4px;
	width: 50px;
	/* box-shadow: -1px 0px 20px 15px rgba(55, 99, 170, .06), -8px -8px 20px 0 #fff; */
	box-shadow: 0 0 30px rgba(0,0,0,.1);
}

.contact-text-color {
	width: 24px;
	height: 30px;
	overflow-wrap: break-word;
	color: rgba(79, 85, 99, 1);
	font-size: 12px;
	text-align: right;
	line-height: 15px;
	margin-top: 4px;
}

.right-contact .item-box {
	height: 74px;
	background-color: #FFF;
	color: #4f5563 !important;
	position: relative;
}

.right-contact .item-box:hover {
	background-color: var(--theme-color);
	color: #FFF;
}

.right-contact .item-box .tel-contact {
	position: absolute;
	right: 50px;
	width: 218px;
	height: 100px;
	border-radius: 4px 0 0 4px;
	background-color: #FFF;
	transition: all 0.5s;
	opacity: 0;
	display: none;
}

.right-contact .item-box .tel-contact .tel-title {
	width: 84px;
	height: 20px;
	overflow-wrap: break-word;
	color: rgba(36, 43, 58, 1);
	font-size: 14px;
	text-align: left;
	white-space: nowrap;
	line-height: 20px;
	margin: 16px 0 0 30px;
}

.right-contact .item-box .tel-contact .tel-wrap {
	width: 181px;
	height: 38px;
	margin: 7px 0 19px 23px;
}
.right-contact .item-box .tel-contact .tel-wrap .tel-icon{
	color: red;
}
.right-contact .item-box .tel-contact .tel-img {
	width: 28px;
	height: 28px;
	margin: 6px 0 0 6px;
}

.right-contact .item-box .tel-contact .tel-number {
	width: 135px;
	height: 24px;
	overflow-wrap: break-word;
	font-size: 18px;
	text-align: left;
	white-space: nowrap;
	line-height: 24px;
	margin: 3px 8px 0 4px;
	color: #ff2e30;
}

.right-contact .tel-box {
	border-radius: 4px 4px 0 0;
}

.right-contact .item-box .tel-icon,
.right-contact .item-box .chat-icon,
.right-contact .item-box .apply-icon,
.right-contact .item-box .mobile-visit-icon {
	width: 24px;
	height: 24px;
	color:#4F5563;
}

.right-contact .tel-box:hover .tel-contact {
	display: block;
	opacity: 1;
}

.right-contact .item-box:hover .contact-text-color {
	color: #FFF;
}

.right-contact .item-box:hover .icon {
	color: #FFF;
}

.right-contact .oneline-contact,
.right-contact .mobile-visit,
.right-contact .tel-box {
	border-bottom: 0.5px solid #e5e5e5;
}



#right-frm .icon{
	color: unset;
	width: 18px;
	height: 18px;
	margin-right: 3px;
}
#right-frm .icon-select{
	color: var(--theme-color);
}


.mobile-visit {
	position: relative;
}

.mobile-visit .qrcode-box {
	position: absolute;
	right: 50px;
	top: 0;
	display: none;
	background-color: #FFF;
	padding: 20px;
	border-radius: 4px 0 0 4px;
}


.mobile-visit:hover .qrcode-box {
	display: block;
}

.to-top {
	background-color: rgba(255, 255, 255, 1);
	height: 74px;
	width: 50px;
	border-radius: 0 0 4px 4px;
}

.to-top:hover {
	color: #FFFFFF;
	fill: red;
	background-color: #1266f4;
}



@media screen and (max-width: 1200px) {
	.right-contact {
		right: 0px;
	}
}


/* 
机构申请入驻弹窗 
 帮我选课弹窗
 */
.settle-popup,.course-popup{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	left:0;
	top:0;
	z-index: 99999999;
	display: none;
}
.settle-popup .content,.course-popup .content{
	width: 800px;
	height: 756px;
	background: #FFFFFF;
	border-radius: 8px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
}
.settle-popup .content .top,.course-popup .content .top{
	width: 800px;
	height: 120px;
	background: var(--theme-color);
	border-radius: 8px 8px 0px 0px;
	position: relative;
	color: #FFF;
}
.settle-popup .content .top .title,.course-popup .content .top .title{
	margin-bottom: 5px;
	height: 37px;
	font-size: 26px;
	color: #FFFFFF;
	line-height: 37px;
}

.settle-popup .content .top .icon,.course-popup .content .top .icon{
	width: 25px;
	height: 25px;
	position: absolute;
	top: 15px;
	right: 15px;
	transition: all 0.3s;
	cursor: pointer;
}

.settle-popup .content .top .icon:hover,.course-popup .content .top .icon:hover{
	transform: rotate(180deg);
}
.settle-popup .content form,.course-popup .content form{
	margin: 0 auto;
	text-align: center;
}
.settle-popup .content .input-box,.course-popup .content .input-box{
	margin-top: 20px;
}
.settle-popup .content .input-box .red,.course-popup .content .input-box .red{
	color: red;
}
.settle-popup .content .input-box .text-box,.course-popup .content .input-box .text-box{
	width: 90px;
	font-size: 16px;
	color: #242B3A;
	line-height: 16px;
}
.settle-popup .content input,
.settle-popup .content textarea,
.course-popup .content input
{
	width: 585px;
	height: 56px;
	background: #FFFFFF;
	border-radius: 4px;
	margin-left: 26px;
	border: 1px solid #E5E5E5;
	padding-left: 20px;
	
	font-size: 16px;
	color: #90959D;
	line-height: 16px;
}
.settle-popup .content textarea{
	height: 154px;
	padding: 20px;
	resize:none;
}
.settle-popup .content .sub-btn,.course-popup .content .sub-btn{
	width: 630px;
	height: 68px;
	background: #054781;
	border-radius: 4px;
	margin-top: 30px;
	color: #FFF;
	font-size: 22px;
	line-height: 30px;
}
.settle-popup .content .tip{
	text-align: center;
	font-size: 16px;
	color: var(--theme-color);
	line-height: 16px;
	margin-top: 20px;
}

/*消息提示框*/
.hidden{
    display: none;
}

#message-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);*/
  color: rgb(18, 102, 244);
  background-color: #EDF3FF;
  padding:10px 20px;
  border-radius: 2px;
  z-index: 9999999999999;
}
#message-box .icon{
    font-size: 16px;
    margin-right: 5px;
    color: #1266f4;
    
}
#message-content {
  text-align: center;
  font-size: 16px;
}

.err{
  color: rgb( 78,89,105 ) !important;
  background-color: rgb( 255,236,232 ) !important;
}
.err .err-icon{
    border-radius: 50%;
    padding: 3px;
    color: #FFF !important;
    background-color: rgb(245, 63, 63) !important;
}

/*分页*/
.pagination{
	margin-top: 40px;
	display: flex;
	justify-content: center;
	align-content: center;
}
.pagination li{
	margin:5px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	overflow: hidden;
}
.pagination li a,.pagination li span{
	display: block;
	height: 100%;
	padding:10px 15px;
	
	color: #4F5563;
}
.pagination li.active a,.pagination li:hover a{
	background-color: var(--theme-color);
	border-color: var(--theme-color);
	color: #FFF;
}
.pagination li span:hover{
	cursor: not-allowed;
}

/*filter*/
.third-cate{
    padding-top: 10px;
    margin-top: 10px;
    border-top: 0.5px dashed #E5E5E5;
}
.third-cate a.active{
    border: none !important;
}

